sources: https://www.playframework.com/
Get into project folder hit 'play' then in play console hit 'dist', this generates target/universal/project-snapshot.zip.
Extract project-snapshot.zip, this results in project-snapshot folder which contains executables(.sh for linux * .bat for windows) in bin folder.
Execute (play should be downloaded, extracted and its path should be on system PATH too.)
cd /opt/kafka/kafka_web_console/kafka-web-console-master
play
[kafka-web-console] $dist #This bundles your play application
./bin/kafka-web-console -Dplay.evolutions.enabled=true -DapplyEvolutions.default=true -Dhttp.port=9001 & #arguments supplied here can be also put in application.conf