Extract kafka_2.12-2.8.0.tgz file to C:\Work\Kafka\kafka_2.12-2.8.0.
Go to C:\Work\Kafka\kafka_2.12-2.8.0 directory and starts Kafka server by executing the following command in prompt.
.\bin\windows\kafka-server-start.bat .\config\server.properties
Note: Make sure zookeeper server is running.
The Kafka server installed and configured now. You can practice Kafka basic operations like creatiing topic, deleting topics.