1) An epsilon-NFA (ε-NFA) is converted to a non-deterministic finite automaton (NFA) by taking the epsilon-closure of each state. 2) The initial state and number of states remain the same, but the final states and transitions may change. 3) The procedure takes the epsilon-closure of the source states for each transition and uses it as the target of the corresponding transition in the new NFA.