You need to install Appium, and Android Studio Emulator locally.
After installing those, you might run:
appium
to start Appium server.
Then open Android studio and pick an emulator, after that you might check the name of the emulator using
adb devices
Then you might run
mvn clean verify
to start the script.